Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added logging based on slf4j #22

Merged
merged 1 commit into from
Jun 18, 2017

Conversation

CptMauli
Copy link
Contributor

  • also use logback as default logging for tests
  • use jul-over-slf4j to catch jul messages
  • replaced all e(x).printStacktrace with logger.(error|warn|info)
    messages
  • specialized ModelUtil::isAmong to Strings (because it is only used for
    that), this got rid of some warnings

* also use logback as default logging for tests
* use jul-over-slf4j to catch jul messages
* replaced all e(x).printStacktrace with logger.(error|warn|info)
messages
* specialized ModelUtil::isAmong to Strings (because it is only used for
that), this got rid of some warnings
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 60.822% when pulling a482a26 on ibh-systems:story66-slf4j into 115960f on ChargeTimeEU:master.

Copy link
Member

@TVolden TVolden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look really good.
I'll look into the comments you added.

@TVolden TVolden merged commit e2545df into ChargeTimeEU:master Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants